Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use periodic batching sink #67

Merged
merged 9 commits into from
Aug 17, 2017

Conversation

CoderNumber1
Copy link
Contributor

@merbla This should fix #63 by making the EventCollectorSink inherit from PeriodicBatchingSink to handle batching log requests.

merbla and others added 9 commits July 1, 2016 14:25
The EventCollectorSink now inherits from PeriodicBatchingSink and
	allows the base class to handle the batching of log events. I've
	also removed the RepeatAction class as it was only used by the
	EventCollectorSink and is no longer necessary.
@merbla
Copy link
Contributor

merbla commented Aug 15, 2017

@CoderNumber1 thanks, will try to have a look today.

@merbla
Copy link
Contributor

merbla commented Aug 17, 2017

LGTM

@merbla merbla merged commit 205670e into serilog-contrib:dev Aug 17, 2017
@merbla merbla mentioned this pull request Aug 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possible thread leak when ILogger instances are disposed.
2 participants